/* This is the style sheet for the classes in oscailt that are constant.    */
/* These classes are hard-coded into the php code.                          */
/* These classes primarily cover the styles in the main section of the page */
/* the classes for the columns/bars/boxes etc are set in the object         */
/* configuration pages and inherited by contained objects                   */

select
{
	FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, sans-serif	
}

BODY {
	MARGIN: 0px; PADDING: 0px; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; BACKGROUND-COLOR: #ffffff; HEIGHT: 100%;
}

IMG {
	border: 0;
}



BLOCKQUOTE{
	FONT-SIZE: 100%;
}

PRE {	background-color: #E8F6F6;
		margin: auto;
		width:600px; overflow:scroll;
		border: #444 1px solid;
		padding: 1em;}

a, A:link {
	COLOR: #49594C; text-decoration: none;
}
A:visited {
	COLOR: #49594C; text-decoration: none;
}
A:hover {
	COLOR: #CC0000; TEXT-DECORATION: None; 
}
A:active {
	COLOR:  #49594C; text-decoration: none;
}

H4{
	font-size: 1.1em;
}

H3{
	font-size: 1.2em;
}

H2{
	font-size: 1.3em;
}

H1{
	font-size: 1.5em;
}

H5 {
	font-size: 1em;
}

textarea
{
	width: 80%;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 10px;
}

INPUT {
 	FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, sans-serif;
	margin: 0px 2px 0px 2px;
}


form.timerform{
	margin: 0;
	display: inline;
}

INPUT.timerform
{
	margin:auto;
	background-color: #fff;
	color: #800;
}

P.article-photo {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-STYLE: italic; FONT-FAMILY: arial, sans-serif; TEXT-ALIGN: center; clear: both; padding-top: 1em;
}


div.submit
{
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.editor-option
{
	background-color: #97B697;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 0 2px 1px;
	margin: 0 0 3px 0;
}

img.editor-option {
	border: 0;
	margin: 0 1px 0 2px;
	vertical-align: bottom;
}

A.editor-option:link {
	COLOR: #fff; TEXT-DECORATION: none;
}
A.editor-option:visited {
	COLOR: #fff; TEXT-DECORATION: none;
}
A.editor-option:hover {
	COLOR: #CC0000; TEXT-DECORATION:none;
}

A.editor-option:active {
	COLOR: #fff; TEXT-DECORATION: none
}

div.editor-attachment-option
{
	background-color: #E8F6E8;
	text-align: center;
}

TABLE.object-summary{
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	WIDTH: 100%;
	PADDING: 0;
	BORDER-COLLAPSE: collapse;
	border-bottom: 1px solid #97B697;
	clear: both;
}

TD.object-summary{
	PADDING: 4px 6px 1.2em 6px;
	MARGIN: 0px;
}

TH.object-summary{
	text-align: left;
}

img.itemdetails{
	vertical-align: bottom;
	margin-left: 0px;
	margin-right: 2px;
}

.object-options
{
	background-color: #B8f8B8;
}

table.object-options{
	width: 100%;
	margin-bottom: 0;
}

TR.object-options
{
	border-top: 1px solid #FFF;
}

td.object-options{
}


th.object-status{
	text-align: right;
}

td.object-status{
}


div.object-summary-details
{
	BACKGROUND-COLOR: #E8F6E8;
	PADDING: 4px 6px 1px 6px;
	margin: 0px 0px 4px 0px;
	
}




H1.admin
{
	font-size: 1.4em;
	text-align: center;
}

p.sitebuilder-header{
	
}

div.sitebuilder-header{
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	PADDING: 6px;
	MARGIN: 0;
}

h1.sitebuilder-header{
	margin: 0;
	text-align: center;
}

div.sitebuilder-filter{
	background-color: #B8f8B8;
	padding-bottom: 1px;
	margin: 0 0 6px 0;
	text-align: right;
}

span.sitebuilder-filter{
	color: #5C6E58;
}

A.sitebuilder-filter:link {
	TEXT-DECORATION: none;
}

A.sitebuilder-filter:visited {
	TEXT-DECORATION: none;
}
A.sitebuilder-filter:hover {
	TEXT-DECORATION: underline;
}

A.sitebuilder-filter:active {
	TEXT-DECORATION: none
}

.admin-context-selected{
	text-decoration: underline;
}

A.admin-context:link {
	TEXT-DECORATION: none;
}
A.admin-context:visited {
	TEXT-DECORATION: none;
}
A.admin-context:hover {
	TEXT-DECORATION: underline;
}

A.admin-context:active {
	TEXT-DECORATION: none
}

ul.context
{
	padding: 0;
	margin: 0 0 4px 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

li.context
{
	display: inline;
	font-size: 0.8em;
	background-color: #B8f8B8;
	border-right:	#000 1px dotted;
	padding: 0 4px 0 4px;
}


div.sitebuilder-contents
{
	margin-top: 20px;
	border: #B8f8B8 2px solid;
	padding: 0;
	
}

div.admin
{
	BACKGROUND-COLOR: #FFFFFF; 	
	WIDTH: 90%;
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
}

TABLE.admin{
	MARGIN: 0;
	WIDTH: 100%;
	PADDING: 0px;
}

TR.admin{
	BACKGROUND-COLOR: #E8F6E8;
        height: 100%;
}

TD.admin{
	MARGIN: 0px;
	padding: 6px;
        vertical-align: top;
        height: 100%;
}

TH.admin{
	COLOR: #fff;
	BACKGROUND-COLOR: #87B087;
	MARGIN: 0px;
	BORDER: 0px;
	padding: 3px 0 2px 0;
}

H4.admin{
	TEXT-ALIGN: CENTER;
	FONT-SIZE: 1.1em;	
	MARGIN-BOTTOM: 2px;
	MARGIN-TOP: 4px;
}

.right{
	margin-left: 6px; margin-right: 2px; margin-top: 4px; margin-bottom: 4px;
	float: right; 
}

.left{
	margin-left: 2px; margin-right: 6px; margin-top: 4px; margin-bottom: 4px;
	float: left; 	
}

span.admin-filter{
	float: right;
	margin: 1px;
}





div.admin-nav
{
	background-color: #97B697;
	padding: 1px 0 2px 1px;
	margin: 0 0 3px 0;
	clear: both;
}

ul.admin-usermsg{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #E8F6F6;
	border: 1px dotted #97B697;
}

.user-message{
	background-color: #E8F6F6;
	padding: 4px 10px 4px 10px;
	border: 1px solid #FFB697;
	margin: 4px 0px 4px 0px;
}

.user-link{
	color: #3C4E38; 
}

li.admin-usermsg
{
	
}

li.admin-errormsg
{
	color: #f00;
}

li.admin-warningmsg
{
	color: #f88;
}


div.editorconfirm
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 50px;
	padding: 0px;
	border: 	1px solid #97B697;
}

div.confirmbox
{
	margin: 0;
}


p.confirmheader
{
	text-align: center;
	padding: 4px 0px 4px 0px;
	width: 100%;
	margin: 0px;
	color: White;
	background-color: #97B697;
	font-weight: bold;
}

p.confirm-extra
{
	font-size: 0.8em;
	padding: 0px 6px 0px 6px;
	text-align: left;
}

div.notifybox
{
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
	background-color: #B8f8B8;
	padding: 6px 0px 6px 0px;
}


.editorconfirmbuttons
{
	text-align: center;	
	margin: 2px 2px 0px 2px;
}
input.editorconfirmbuttons
{
	margin: 2px;
}



div.edit-again
{
	border-top: 4px solid #97B697;
	margin-top: 200px;
}

table.object-views
{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}

th.object-views
{
	background-color: #B8f8B8;
	text-align: right;
	width: 20%;
	padding: 4px;
}

.object-views-header
{
	background-color: #97B697;
	padding: 4px;
	color: #fff;
}

td.object-views
{
	width: 80%;
	padding: 4px;
	background-color: #E8F6E8;
}


TABLE.edit-object{
	VERTICAL-ALIGN: TOP;
	PADDING: 10px 0px 0px 0px;
	MARGIN-BOTTOM: 10px;
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	WIDTH: 100%;
	BORDER: #E8E8E8 1px solid;
	BORDER-COLLAPSE: COLLAPSE;	
}

TD.edit-object-contents{
	PADDING-TOP: 1em;
}

TD.edit-object{
	PADDING: 3px;
}

TD.edit-object-locked-contents{
	PADDING-TOP: 1em;
	BACKGROUND-COLOR: #E8E8E8;
}

TD.edit-object-locked{
	BACKGROUND-COLOR: #E8E8E8;
}

TD.edit-object-locked-spacer{
	height: 6px;
	BORDER-BOTTOM: #FFFFFF 2px solid;
	BORDER-LEFT: #E8E8E8 1px solid;
	BORDER-RIGHT: #E8E8E8 1px solid;
	BACKGROUND-COLOR: #E8E8E8;
}

TD.edit-object-spacer{
	height: 6px;
	BORDER-BOTTOM: #E8E8E8 2px solid;
	BORDER-LEFT: #E8E8E8 1px solid;
	BORDER-RIGHT: #E8E8E8 1px solid;
}

TD.edit-object-contents-error{
	PADDING-TOP: 1em;
	BACKGROUND-COLOR: #F8E8E8;
}

TD.edit-object-error{
	BACKGROUND-COLOR: #F8E8E8;
}

TD.edit-object-error-spacer{
	height: 6px;
	BORDER-BOTTOM: #FFFFFF 2px solid;
	BORDER-LEFT: #F8E8E8 1px solid;
	BORDER-RIGHT: #F8E8E8 1px solid;
	BACKGROUND-COLOR: #F8E8E8;
}

A.edit-object-error{
	color: #AA4444;
}


img.master-locking-icon{
	VERTICAL-ALIGN: bottom;
}

TABLE.object-listing{
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 16px;
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 10px;
	WIDTH: 96%;
	PADDING: 0px;
	BORDER-COLLAPSE: COLLAPSE;
	BACKGROUND-COLOR: #E8F6E8;
}



TH.object-listing-section{
	background-color: #E8F6E8;
	PADDING: 6px;
	BORDER: #97B697 2px solid;
}

TR.object-listing2{
	background-color: #f0fbf0;
}


TR.object-listing2{
	background-color: #f0f8f8;
}

TD.object-listing{
	BORDER: #FFFFFF 2px solid;
	TEXT-ALIGN: CENTER;
	PADDING: 3px 2px 2px 2px;
}


TD.object-listing-left{
	BORDER-right: #FFFFFF 2px solid;
	BORDER-top: #FFFFFF 2px solid;	
	BORDER-bottom: #FFFFFF 2px solid;	
	BORDER-left: #97B697 2px solid;	
	TEXT-ALIGN: CENTER;
	PADDING: 3px 2px 2px 2px;
}

TD.object-listing-right{
	BORDER-left: #FFFFFF 2px solid;
	BORDER-top: #FFFFFF 2px solid;	
	BORDER-bottom: #FFFFFF 2px solid;	
	BORDER-right: #97B697 2px solid;	
	TEXT-ALIGN: CENTER;
	PADDING: 3px 2px 2px 2px;
}

TH.object-listing-index{
	COLOR: #ffffff;
	FONT-SIZE: 0.8em;
	BACKGROUND-COLOR: #97B697;
	PADDING: 2px;
	BORDER: #FFFFFF 2px solid;
}

TH.object-listing-index-left{
	COLOR: #ffffff;
	FONT-SIZE: 0.8em;
	BACKGROUND-COLOR: #97B697;
	PADDING: 2px;
	BORDER-right: #FFFFFF 2px solid;
	BORDER-top: #FFFFFF 2px solid;	
	BORDER-bottom: #FFFFFF 2px solid;	
	BORDER-left: #97B697 2px solid;	
}

TH.object-listing-index-right{
	COLOR: #ffffff;
	FONT-SIZE: 0.8em;
	BACKGROUND-COLOR: #97B697;
	PADDING: 2px;
	BORDER-left: #FFFFFF 2px solid;
	BORDER-top: #FFFFFF 2px solid;	
	BORDER-bottom: #FFFFFF 2px solid;	
	BORDER-right: #97B697 2px solid;	
}


SELECT.object-listing-filter
{
	color: #000;
	font-size: 0.9em;
}

input.object-listing-filter
{
	color: #000;
	font-size: 0.9em;
}


TD.object-listing-filter
{
	BACKGROUND-COLOR: #97B697;
	text-align: right;
	BORDER-left: #97B697 2px solid;
	BORDER-right: #97B697 2px solid;	
	padding: 0.2em 0.1em 0.2em 0;
	color: #fff;
}

.object-listing-spacer{
	HEIGHT: 24px;
	BACKGROUND-COLOR: #fff;
}

img.object-icon
{
	vertical-align: bottom;
	margin: 0;
}

img.icon
{
	margin-right: 2px;
	vertical-align: middle;
}

div.site-navigation
{
	padding: 1px 3px 1px 8px;
	margin: 0em 0 3em 0;
	color: #97B697;
	font-size: 1.1 em;
	text-align: center;
}

A.sitenavigation:link {
	COLOR: #97B697; TEXT-DECORATION: none;
}
A.sitenavigation:visited {
	COLOR: #97B697; TEXT-DECORATION: none;
}
A.sitenavigation:hover {
	color: #CC0000
 TEXT-DECORATION: none;
}

A.sitenavigation:active {
	COLOR: #CC0000; TEXT-DECORATION: none
}

.navigationselected{
color: #5F6F62;
}

.navigation-element{
	margin-right: 20px;
}


/* classes for dealing with newswires viewed in full page mode */

/* first generic classes */
.leftsummarypic {
	float: left;
	margin: 4px 2em 5px 8px;
	border : 1px solid #000000; 
}

.rightsummarypic {
	float: right;
	margin: 4px 8px 5px 2em;
	border : 1px solid #000000; 
}

/* first generic classes */
.leftheadlinepic {
	float: left;
	margin: 3px 4px 2px 2px;
	border : 1px solid #000000; 
}

.rightheadlinepic {
	float: right;
	margin: 3px 2px 2px 4px;
	border : 1px solid #000000; 
}

span.read-more{
	font-size: 0.85em;
	margin: 10px 0px 0px 0;
	color:	#69796C;
}

A.category-text:link {
	text-decoration: none;
}
A.category-text:visited {
	text-decoration: none;
}
A.category-text:hover {
	text-decoration: none;
}
A.category-text:active {
	text-decoration: none;
}

/* 2 sets of classes for alternative (odd/even) story summaries */
div.storysummary
{	
	BORDER-BOTTOM: #97B697 1px solid;
	PADDING: 1.5em 0px 1em 0px;
	WIDTH: 100%;
	Margin: auto;
}

div.storysummaryheader{
	margin: 0;
	padding: 0 8px 0 8px;
}

div.storysummary-title
{
	margin: 0 0 0 0;
	font-size: 110%;
	font-weight: bold;
}
div.storysummary-subtitle
{
	color: #5C6E58;
	margin: 2px 0 8px 0;
	padding: 0;
}
div.storysummary-footer
{
	clear:both;
	height: 1%;
	margin: 0.5em 0 0 0;
}

A.storysummary-title:link {
	COLOR: #5C6E58;
	text-decoration: none;
}

A.storysummary-title:visited {
	COLOR: #5C6E58;
	text-decoration: none;
}

A.storysummary-title:hover {
	COLOR: #CC0000;
	text-decoration: underline;
}

A.storysummary-title:active {
	COLOR: #5C6E58;
	text-decoration: none;
}

.storysummary-details {
	COLOR: #5C6E58;
	font-size: 90%;
	margin-bottom: 4px;
}

span.storysummary-detail
{
	padding: 0 3px 0 0px;
}

div.storysummary-relatedlink
{
	font-size: 0.85em;
	margin: 6px 0px 0px 0;
	float: right;
	color:	#69796C;
}

/* identical classes with -alternative for even numbered summaries */

div.storysummaryheader-alternative{}

div.storysummary-alternative
{
	BORDER-BOTTOM: #97B697 1px solid;
	BORDER-RIGHT: #97B697 1px solid;
	BORDER-LEFT: #97B697 1px solid;
	BACKGROUND-COLOR: #f8f8f8;
	PADDING: 1.5em 0px 1em 0px;
	WIDTH: 100%;
}

div.storysummary-alternative-title
{
	margin: 0 0 0 0;
	font-size: 110%;
	padding: 0 8px 0 8px;
	font-weight: bold;
}

div.storysummary-alternative-subtitle
{
	color: #5C6E58;
	margin: 2px 0 8px 0;
	padding: 0 8px 0 8px;
}
div.storysummary-alternative-footer
{
	clear:both;
	height: 1%;
	padding: 0 8px 0 8px;
}

A.storysummary-alternative-title:link {
	COLOR: #5C6E58;
	text-decoration: none;
}

A.storysummary-alternative-title:visited {
	COLOR: #5C6E58;
	text-decoration: none;
}

A.storysummary-alternative-title:hover {
	COLOR: #CC0000;
	text-decoration: underline;
}

A.storysummary-alternative-title:active {
	COLOR: #5C6E58;
	text-decoration: none;
}

.storysummary-alternative-details {
	COLOR: #5C6E58;
	font-size: 90%;
	margin-bottom: 4px;
}

span.storysummary-alternative-detail
{
	padding: 0 3px 0 0px;
}

.storysummary-alternative-content
{
	padding: 0 10px 0 10px;
}

div.storysummary-alternative-relatedlink
{
	font-size: 0.85em;
	margin: 6px 8px 0px 0;
	float: right;
	color:	#69796C;
}



/* end of newswire page classes */

div.sitenavigation
{
	background-color: #97B697;
	padding: 4px 4px 4px 8px;
	margin: 0em 0 3em 0;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

p.multioptions
{
	background-color: #97B697;
	border: 1px solid #FF0000;
	padding: 1px 2px 2px 4px;
	margin: 0 0 3px 0;
}

div.feature
{
	BORDER-BOTTOM: #97B697 1px solid;
	PADDING: 1.5em 0 1em 0;
	WIDTH: 100%;
}

div.featureheader{
	margin: 0;
}

div.feature-title
{
	margin: 0 0 0 0;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
}
div.feature-subtitle
{
	color: #5C6E58;
	margin: 2px 0 8px 0;
	padding: 0;
}
div.feature-footer
{
	clear:both;
	height: 1%;
	margin: 1em 0 0.3em 0;
	text-align: right;
}

A.feature-title:link {
	COLOR: #4a1486;
	text-decoration: none;
}
A.feature-title:visited {
	COLOR: #4a1486;
	text-decoration: none;
}
A.feature-title:hover {
	COLOR: #CC0000;
	
}
A.feature-title:active {
	COLOR: #CC0000;
	text-decoration: none;
}
.feature-details {
	COLOR: #5C6E58;
	font-size: 90%;
	margin-bottom: 4px;
}

A.feature-readmore:link {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
A.feature-readmore:visited {
	text-decoration: none;
	font-size: 1.1em;	
	font-weight: bold;	
}

A.feature-readmore:hover {
	
	font-weight: bold;
}
A.feature-readmore:active {
	text-decoration: none;	font-size: 1.1em;
		font-weight: bold;
}

span.feature-detail
{
	padding: 0 3px 0 0px;
	
}

div.article{

padding-left:200px;
padding-right:300px;
	
}

P.photo
{
  text-align: center; font-weight: bold; font-style: italic;
}

div.report-post
{
	margin: 8px 2em 8px 0;
	float: right;
}

div.print-box
{
	margin: 8px 2px 8px 0;
	float: left;
}

div.rss-box
{
	margin: 8px 0 8px 0;
	float: left;
}

div.article-eventinfo
{
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	text-align: center;
	padding-bottom: 2px;
	width: 200px;
	color: #5C6E58;
}

div.comments-viewoptions{
	text-align: center;
	padding: 0px;
	float: right;
	width: 200px;
	color: #5C6E58;
	margin: 0;
	display: inline;
}

select.comments-pagesize{
	background-color: #E8F6E8;
	border: 0;
}

.article-eventdate{
	font-weight: bold;
}

span.comment-number
{
	font-weight: normal;
	font-size: 0.8em;
	color: #5C6E58;
}

H1.article-title{
	margin-bottom: 4px;
}

p.article-subtitle{
	color: #3C4E38;
	font-weight: bold;
	FONT-SIZE: 110%; 
	FONT-FAMILY: arial, sans-serif;
	padding: 0;
	margin: 0 0 2px 0;
}

.article-details {
	COLOR: #5C6E58;
	font-size: 0.9em;
	margin-bottom: 4px;
}

.article-detail-title
{
   color: #3C4E38;
}
.article-detail
{
   margin-right: 4px;
}
div.article-subtitledetails
{
	margin-bottom: 1em;
}

span.article-detail{
	padding-right: 10px;
}

div.addcomment
{
	margin: 0px 2px 4px 0;
	font-weight: bold;
	font-size: 1.1em;
	float: right;
}

div.article-comments-footer
{
	clear: both;
	margin: 2em 0 1.2em 0;
}

div.article-footer
{
	clear: both;
	margin: 2em 0 1.2em 0;
	padding: 4px 2px 4px 2px;
	border-top: #5C6E58 1px solid;
	border-bottom: #5C6E58 1px solid;	
}


.comments-viewoptions{
	font-size: 0.8em;
}

div.comments-section{
}

div.comments-header
{
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	PADDING: 6px;
	MARGIN-BOTTOM: 1.5em;
	MARGIN-TOP: 1em;
	clear: both;
}

H3.comments-header{
	margin-top: 2px;
	margin-bottom: 4px;
	color: #3C4E38; 
}

A.addcomments:link {
	COLOR: #3C4E38; TEXT-DECORATION: none;
}
A.addcomments:visited {
	COLOR: #3C4E38; TEXT-DECORATION: none;
}
A.addcomments:hover {
	color: #3C4E38;
 TEXT-DECORATION: underline;
}

A.addcomments:active {
	COLOR: #3C4E38; TEXT-DECORATION: none
}

TH.storycomments {
	FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #97B697; TEXT-ALIGN: left
}
TD.storycomments {
	COLOR: #000000; BACKGROUND-COLOR: #E8F6E8; TEXT-ALIGN: left
}

TABLE.latestcomments {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
TH.latestcomments {
	FONT-WEIGHT: bold; COLOR: #ffffff; PADDING: 4px; BACKGROUND-COLOR:#97B697; TEXT-ALIGN: left
}
TD.latestcomments {
	COLOR: #000000; PADDING: 2px 2px 1px 4px; TEXT-ALIGN: left
}
TABLE.latestcomments TR.row_top {
	BACKGROUND: #e0eee0; 
}
TABLE.latestcomments TR.row_content {
	BACKGROUND-COLOR: #f0fff0; 
}

span.comment-navigation{
	color: #3C4E38; 
	font-size: 0.9em;
}

div.comment{
	BORDER-BOTTOM: #97B697 1px solid;
	MARGIN: 0;
	PADDING: 1em 0 1em 0;
}

div.comment-title{
	font-weight: bold;
	font-size: 1.1em;
	COLOR: #3C4E38;
}

div.events-viewoptions{
	font-size: 0.8em;
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	PADDING: 6px;
	float: right;
	MARGIN-BOTTOM: 1.5em;
	MARGIN-TOP: 1em;
	clear: both;
	vertical-align: top;
}

div.eventcalendar {
	margin-top: 20px;
	margin-bottom: 20px;
}

TABLE.eventcalendar {
	clear: both;
	
}
TH.eventcalendar {
	BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #cccc99 1px solid; FONT-WEIGHT: bold; VERTICAL-ALIGN: bottom; BORDER-LEFT: #cccc99 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccc99 1px solid; BACKGROUND-COLOR: #fff; TEXT-ALIGN: left
}
TH.eventcalendarhighlighted {
	BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #cccc99 1px solid; FONT-WEIGHT: bold; VERTICAL-ALIGN: bottom; BORDER-LEFT: #cccc99 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccc99 1px solid; BACKGROUND-COLOR: #fff; TEXT-ALIGN: left
}
TD.eventcalendar {
	BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #cccc99 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #cccc99 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccc99 1px solid; BACKGROUND-COLOR: #ffffff
}
TD.eventcalendarpast {
	background-color : #FFF;
	color : #000000;
	vertical-align : top;
	border : 1px solid #CCCC99;
}
TD.eventcalendarfuture {
	background-color : #FFF;
	color : #000000;	
	vertical-align : top;
	border : 1px solid #CCCC99;
}
TD.eventcalendarhighlighted {
	BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #cccc99 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #cccc99 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccc99 1px solid; BACKGROUND-COLOR: #FFF
}

div.events-publishlink
{
}

div.calendar
{
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
}

.selected-option
{
	font-weight: bold;
}

IMG.summary-thumbnail {
	border : 1px solid #000000; margin-left: 5px; 
}
IMG.featurized-thumbnail {
	border : 1px solid #000000; 
}
IMG.gallery-thumbnail {
	border : 1px solid #000000; 
}
IMG.standard-image {
	border : 1px solid #000000; 
}
IMG.summary-image {
	border : 1px solid #000000;
}

TABLE.gallery{
	clear: both;
	margin-bottom: 10px;
}

.calendar {
	FONT-SIZE: 10px; FONT-FAMILY: "MS Sans Serif", helvetica, sans-serif
}
.calendarHeader {
	FONT-SIZE: 10px; FONT-FAMILY: "MS Sans Serif", helvetica, sans-serif
}
.calendarToday {
	FONT-SIZE: 10px; FONT-FAMILY: "MS Sans Serif", helvetica, sans-serif
}
.calendarHighlightWeek {
	BACKGROUND-COLOR: #cccccc
}

TR.calendarhighlighted {
	BACKGROUND-COLOR: #e5ffe5
}

.error {
	COLOR: #ff0000
}
.editornotice {
	COLOR: #ff0000
}
.editornote {
	COLOR: #cc4444;
}

.usernotice{
	background-color: #E8F6F6;
	padding: 4px;
	border: 1px solid #FFB697;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

span.itemstatus
{
	padding: 1px 0px 1px 1px;
	font-weight: normal;
	font-size: 90%;
	color: #f00;
	margin: 0px;
}

img.itemoption
{
	margin-right: 2px;
}

p.intro{
	font-size: 0.8em;
}


table.publish
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: left;
	color: #3C4E38; 

}

th.publish
{
	background-color: #B8f8B8;
	text-align: left;
	padding: 14px 10px 8px 4px;
	font-size: 1.2em;
}

tr.publish{
	background-color: #E8F6E8;
}

td.publish
{
	padding: 4px;
}

td.publish-intro
{
	padding: 4px;
	background-color: #E8F6E8;
	FONT-FAMILY: "MS Sans Serif", helvetica, sans-serif;
	PADDING: 10px;
}
	

td.publish-title{
	padding: 4px;
	text-align: right;
	color: #3C4E38; 
}

.publish-require{
	color: #DD3C38;
	font-size: 0.9em;
}

.publish-notrequired{
	color: #4E3C38;
	font-size: 0.9em;
}

.publish-prompt{
	font-size: 0.8em;
}

.publish-filterprompt{
	padding: 4px;
	font-size: 0.9em;
}

div.publish-filter {
	padding: 4px;
}

td.publish-contents{
	width: 90%;
	padding: 10px;
}

table.publish-section
{
	width: 100%;
}

th.publish-section
{
	width: 25%;
	padding: 6px 4px 0px 4px;
}

td.publish-section
{
	vertical-align: top;
	padding: 0 4px 6px 4px;
	font-size: 0.9em;
}

ul.publish-section
{
	margin: 0;
	padding-left: 10px;
	list-style-type: square;
}

li.publish-section
{
	margin-top: 3px;
}

div.change-publish-uploads
{
	margin: 0;
	float: right;
}

div.confirm-editbuttons{
	margin-bottom: 400px;
	padding-bottom: 200px;
}

div.editobject-page
{
	float: right;
}

div.object-create{
	font-size: 1em;
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	PADDING: 6px;
	margin: 0px;
	float: right;
	margin-right: 20px;
	text-align: right;
	vertical-align: top;
}

span.object-create
{

}

p.publish-changes
{
	font-size: 0.9em;
	padding: 4px;
	margin-bottom: 0.3em;
}

div.page-language-options{
	font-size: 0.8em;
	background-color: #E8F6E8;
	border: #B8f8B8 2px solid;
	PADDING: 6px;
	margin: 0px;
	float: right;
}

div.attachment-note
{
	clear: both;
	font-size: 0.9em;
	background-color: #E8F6E8;
	PADDING: 6px;
}

div.attachment-warning
{
	font-size: 0.9em;
	background-color: #E8F6E8;
	PADDING: 6px;
	border: #B8f8B8 2px solid;
	margin-top: 1em;
}


div.feature-relatedlink
{
	font-size: 0.9em;
	margin: 4px 0 4px 0;
	clear: both;
	color:	#69796C;
}

div.columnnotice
{
	font-size: 0.8em;
	margin: 4px 4px 7px 4px;
}

div.help-popup
{
	background-color: #fff; 	
   border: #B8f8B8 2px solid; 
   PADDING: 6px; FONT-SIZE: 12px; 
   font-weight: normal;
   text-align: left;
   display: block;
   z-index: 100;
}

select.object-name-list
{
   width:180px;
   font-size: 0.8em;
   vertical-align: bottom;
}

input.object-name-list
{
  font-size: 0.8em;	
  background-color: #69796C;
  color: #fff;
  vertical-align: top;
  
}

span.obj_id
{
	font-size: 0.8em;
	color: #aa8;
}

h4.object-name-list
{
	color:	#69796C;
	margin-top: 4px;
	margin-bottom: 6px;
	background-color: #fff;
}

ul.object-name-list
{
	list-style-type: none;
	padding: 2px 1em 2px 0px;
}

select.object-map-list
{
   font-size: 0.8em;
   margin-bottom: 0.3em;
   vertical-align: middle;
}

select.floating-filter
{
	font-size: 0.85em;
}

input.floating-filter
{
	font-size: 0.85em;
}

div.edit-object-section-navig
{
	float: right;
	font-size: 0.9em;
	margin-left: 10px;
}

select.edit-object-section-navig
{
	background-color: #E8F6E8;
}

p.object-listing-count
{
	font-size: 0.9em;
	margin: 0;
	font-family: monospace, courier, arial, sans-serif;

}

.video_embed_box {
	width:500px;
	height:auto;
	text-align: center;
	background:#e8f6e8;
	border:1px solid #b8f8b8;
	padding:2px 20px;
}
.video_embed_box img {
	padding-top: 10px;
}


